@posx/core 5.5.305 → 5.5.307
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/build/index.d.ts +3 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2641,6 +2641,8 @@ declare module '@posx/core/types/config.type' {
|
|
|
2641
2641
|
print_item_price: boolean;
|
|
2642
2642
|
/** Flag to print cancel slip */
|
|
2643
2643
|
print_cancel_slip: boolean;
|
|
2644
|
+
/** Flag to print whole invoice when order is cancelled */
|
|
2645
|
+
print_cancel_whole_invoice: boolean;
|
|
2644
2646
|
/**
|
|
2645
2647
|
* The language to use for the kitchen slip.
|
|
2646
2648
|
*/
|
|
@@ -2650,6 +2652,7 @@ declare module '@posx/core/types/config.type' {
|
|
|
2650
2652
|
enabled: boolean;
|
|
2651
2653
|
print_item_price: boolean;
|
|
2652
2654
|
print_cancel_slip: boolean;
|
|
2655
|
+
print_cancel_whole_invoice: boolean;
|
|
2653
2656
|
language: string;
|
|
2654
2657
|
constructor();
|
|
2655
2658
|
}
|