@trusted-solutions/sdit.models 0.30.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/order.d.ts +2 -1
- package/package.json +1 -1
package/models/order.d.ts
CHANGED
|
@@ -282,6 +282,7 @@ export interface OrderInvoice {
|
|
|
282
282
|
issuedAt: number;
|
|
283
283
|
voidedAt: number;
|
|
284
284
|
voidReason: string;
|
|
285
|
+
remark?: string;
|
|
285
286
|
/**
|
|
286
287
|
* @Deprecated - addressed by event feature
|
|
287
288
|
*/
|
|
@@ -391,7 +392,7 @@ export interface PaymentSummary {
|
|
|
391
392
|
/**
|
|
392
393
|
* 短溢金額 (實際金額 - 應有金額)
|
|
393
394
|
* 應有金額 = 銷售淨額 + 上期留存金額 - 臨時支出
|
|
394
|
-
|
|
395
|
+
*/
|
|
395
396
|
varianceAmount?: number;
|
|
396
397
|
/** 短溢原因 */
|
|
397
398
|
varianceReason?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trusted-solutions/sdit.models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|