cookbook:billing_process
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cookbook:billing_process [2019/08/01 01:49] – [Example] Scott Cunliffe | cookbook:billing_process [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 21: | Line 21: | ||
* '' | * '' | ||
- | <sxh> | + | <code> |
TMSS10LogStatsExtractDB -R M-1:m-1 -h " | TMSS10LogStatsExtractDB -R M-1:m-1 -h " | ||
- | </sxh> | + | </code> |
==== Output ==== | ==== Output ==== | ||
Line 31: | Line 31: | ||
US01.ttstats | US01.ttstats | ||
- | <sxh> | + | <code> |
- | + | CUS02 | |
- | </sxh> | + | ILTO 20201029000221000000 |
+ | SLTO LIBR20201029000220000000 | ||
+ | HLTO LIBR20201029000000000000 | ||
+ | SLTO OFFS20201029000001000000 | ||
+ | HLTO OFFS20201029000000000000 | ||
+ | ILTO 20201030000221000001 | ||
+ | SLTO LIBR20201030000220000001 | ||
+ | HLTO LIBR20201030000000000001 | ||
+ | SLTO OFFS20201030000001000001 | ||
+ | HLTO OFFS20201030000000000001 | ||
+ | ILTO 00000000000221000002 | ||
+ | SLTO LIBR00000000000440000002 | ||
+ | HLTO LIBR00000000000000000002 | ||
+ | SLTO OFFS00000000000002000002 | ||
+ | HLTO OFFS00000000000000000002 | ||
+ | </code> | ||
===== Processing Data ===== | ===== Processing Data ===== | ||
Line 59: | Line 74: | ||
* Immediate @ $10.00 | * Immediate @ $10.00 | ||
- | <sxh> | + | <code> |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | ||
# | # | ||
Line 125: | Line 140: | ||
# Round Up Factor, <-- Round up factor e.g. if 10 number will be rounded up to nearest 10 | # Round Up Factor, <-- Round up factor e.g. if 10 number will be rounded up to nearest 10 | ||
# Minumum Units, | # Minumum Units, | ||
- | # | + | # |
# | # | ||
# | # | ||
Line 248: | Line 263: | ||
" | " | ||
" | " | ||
- | " | + | " |
- | AddJournalChargeItem(" | + | 0, |
+ | 0, | ||
+ | 0, | ||
+ | 0, | ||
+ | 0, | ||
+ | " | ||
+ | " | ||
+ | "Over Night Delivery", | ||
+ | 600, | ||
+ | false | ||
+ | ); | ||
- | </ | + | AddJournalChargeItem( |
+ | " | ||
+ | " | ||
+ | " | ||
+ | 0, | ||
+ | 0, | ||
+ | 0, | ||
+ | 0, | ||
+ | 0, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | 1000, | ||
+ | false | ||
+ | ); | ||
+ | |||
+ | </ | ||
+ | {{tag> cookbook}} | ||
cookbook/billing_process.1564624154.txt.gz · Last modified: 2025/01/21 22:07 (external edit)