feat: add sale invoice card component with functionality for sending and retrieving invoice status
- Implemented sale invoice card component with HTML and TypeScript files. - Added API routes for sale invoices including sending, retrying, and checking status. - Created models for sale invoice fiscal actions and filters. - Developed service for handling sale invoice operations. - Introduced store for managing sale invoice state. - Created views for listing and displaying single sale invoices. - Added support for managing stock keeping units with forms and services. - Implemented reusable select components for measure units and SKUs. - Enhanced shared components for input fields including fiscal ID, SKU type, and VAT.
This commit is contained in:
@@ -20,9 +20,9 @@ export const JALALI_DATE_FORMATS = {
|
||||
/** Numeric date: "۱۳۹۷/۰۶/۱۳" */
|
||||
NUMERIC: 'YYYY/MM/DD',
|
||||
/** Numeric date with time: "۱۳۹۷/۰۶/۱۳ ۱۶:۳۰" */
|
||||
NUMERIC_WITH_TIME: 'YYYY/MM/DD HH:mm',
|
||||
NUMERIC_WITH_TIME: 'YYYY/MM/DD - HH:mm',
|
||||
/** Numeric date with full time: "۱۳۹۷/۰۶/۱۳ ۱۶:۳۰:۱۵" */
|
||||
NUMERIC_WITH_FULL_TIME: 'YYYY/MM/DD HH:mm:ss',
|
||||
NUMERIC_WITH_FULL_TIME: 'YYYY/MM/DD - HH:mm:ss',
|
||||
/** Time only: "۱۶:۳۰" */
|
||||
TIME: 'HH:mm',
|
||||
/** Time with seconds: "۱۶:۳۰:۱۵" */
|
||||
|
||||
Reference in New Issue
Block a user